From 5ef4613c56ddca0fc262ff603202f89d746fa0e8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 8 Jun 1993 16:28:28 +0000 Subject: [PATCH] (sc-mark): Use mark-marker. --- lisp/sc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/sc.el b/lisp/sc.el index fea88572bfa..313cbe2449d 100644 --- a/lisp/sc.el +++ b/lisp/sc.el @@ -434,7 +434,7 @@ Runs after sc-cite-original executes.") (defun sc-mark () "Mark compatibility between emacs v18 and v19." (let ((zmacs-regions nil)) - (mark))) + (marker-position (mark-marker)))) (defun sc-update-gal (attribution) "Update the information alist. -- 2.30.2